home *** CD-ROM | disk | FTP | other *** search
- global language
-
- on mouseEnter me
- cursor(280)
- go(the frame + 1)
- set the locV of sprite 15 to the locV of sprite 15 - 50
- end
-
- on mouseLeave me
- cursor(-1)
- go(the frame - 1)
- set the locV of sprite 15 to the locV of sprite 15 + 50
- end
-
- on mouseUp me
- language = 5
- go(1, "IntroMov")
- end
-